home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / util / pagesizes < prev    next >
Text File  |  1994-08-01  |  2KB  |  40 lines

  1. # $Header: /usr/people/sam/fax/util/RCS/pagesizes,v 1.1 1993/05/03 09:57:58 sam Rel $
  2. #
  3. # FlexFAX Page Size Database
  4. #
  5. # This file defines the set of known page sizes.  Note that the name is
  6. # matched using a caseless comparison.  Most of the guaranteed reproducible
  7. # areas are guesses based on scaling known GRA's.
  8. #
  9. # File format:
  10. #
  11. # 1. Comments are introduced by '#' and continue to the end of line.
  12. # 2. The first two fields are the full and abbreviated page size names
  13. #    and must be separated from the subsequent fields by a tab (possibly
  14. #    followed by more whitespace).  Otherwise fields can be separated
  15. #    by any amount of any kind of whitespace.
  16. # 3. Numbers are all base 10 and in basic measurement units (BMU);
  17. #    defined as 1/1200 x 25.4 mm for paper output with a scale factor
  18. #    of one.
  19. # 4. All fields must be present on a single line; otherwise the entry
  20. #    is ignored.
  21. # 5. Most all users of this database require a "default" entry that
  22. #    specifies the default page size to use.  This entry should be placed
  23. #    last so that inverse matches find the real page size name and not
  24. #    the default entry.
  25. #                        Guaranteed Reproducible Area
  26. # Name            Abbrev    Width    Height    Width    Height    Top    Left
  27. ISO A3            A3    14030    19840    13200     18480    472    345
  28. ISO A4            A4     9920    14030     9240     13200    472    345
  29. ISO A5            A5     7133     9921     6455      9236    472    345
  30. ISO A6            A6     5055     6991     4575      6508    472    345
  31. ISO B4            B4    12048    17196    11325     16010    472    345
  32. North American Letter    NA-LET    10200    13200     9240     12400    472    345
  33. American Legal        US-LEG    10200    16800     9240     15775    472    345
  34. American Ledger        US-LED    13200    20400    11946     19162    472    345
  35. American Executive    US-EXE     8700    12600     7874     11835    472    345
  36. Japanese Letter        JP-LET     8598    12141     7600     10200    900    400
  37. Japanese Legal        JP-LEG    12141    17196    11200     15300    900    400
  38. #
  39. default            NA-LET    10200    13200     9240     12400    472    345
  40.